home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Devpac 2.12 disk 1.adf / include / devices / prtbase.i < prev    next >
Text File  |  1988-10-06  |  3KB  |  134 lines

  1.     IFND    DEVICES_PRTBASE_I
  2. DEVICES_PRTBASE_I    SET    1
  3.     IFND    EXEC_NODES_I
  4.     INCLUDE    "exec/nodes.i"
  5.     ENDC
  6.     IFND    EXEC_LISTS_I
  7.     INCLUDE    "exec/lists.i"
  8.     ENDC
  9.     IFND    EXEC_PORTS_I
  10.     INCLUDE    "exec/ports.i"
  11.     ENDC
  12.     IFND    EXEC_LIBRARIES_I
  13.     INCLUDE    "exec/libraries.i"
  14.     ENDC
  15.     IFND    EXEC_TASKS_I
  16.     INCLUDE    "exec/tasks.i"
  17.     ENDC
  18.     IFND    DEVICES_PARALLEL_I
  19.     INCLUDE    "devices/parallel.i"
  20.     ENDC
  21.     IFND    DEVICES_SERIAL_I
  22.     INCLUDE    "devices/serial.i"
  23.     ENDC
  24.     IFND    DEVICES_TIMER_I
  25.     INCLUDE    "devices/timer.i"
  26.     ENDC
  27.     IFND    LIBRARIES_DOSEXTENS_I
  28.     INCLUDE    "libraries/dosextens.i"
  29.     ENDC
  30.     IFND    INTUITION_INTUITION_I
  31.     INCLUDE    "intuition/intuition.i"
  32.     ENDC
  33.     rsreset
  34. DeviceData    rs.b    LIB_SIZE
  35. dd_Segment    rs.l    1
  36. dd_ExecBase    rs.l    1
  37. dd_CmdVectors    rs.l    1
  38. dd_CmdBytes    rs.l    1
  39. dd_NumCommands    rs.w    1
  40. dd_SIZEOF    rs.w    0
  41. du_Flags    EQU    LN_PRI
  42. IOB_QUEUED    equ    4
  43. IOF_QUEUED    equ    1<<4
  44. IOB_CURRENT    equ    5
  45. IOF_CURRENT    equ    1<<5
  46. IOB_SERVICING    equ    6
  47. IOF_SERVICING    equ    1<<6
  48. IOB_DONE    equ    7
  49. IOF_DONE    equ    1<<7
  50. DUB_STOPPED    equ    0
  51. DUF_STOPPED    equ    1<<0
  52. P_PRIORITY    EQU    0
  53. P_STKSIZE    EQU    $800
  54. PB_IOR0    equ    0
  55. PF_IOR0    equ    1<<0
  56. PB_IOR1    equ    1
  57. PF_IOR1    equ    1<<1
  58. PB_EXPUNGED    equ    7
  59. PF_EXPUNGED    equ    1<<7
  60.     rsreset
  61. PrinterData    rs.b    dd_SIZEOF
  62. pd_Unit    rs.b    MP_SIZE
  63. pd_PrinterSegment    rs.l    1
  64. pd_PrinterType    rs.w    1
  65. pd_SegmentData    rs.l    1
  66. pd_PrintBuf    rs.l    1
  67. pd_PWrite    rs.l    1
  68. pd_PBothReady    rs.l    1
  69.     IFGT    IOEXTPar_SIZE-IOEXTSER_SIZE
  70. pd_IOR0    rs.b    IOEXTPar_SIZE
  71. pd_IOR1    rs.b    IOEXTPar_SIZE
  72.     ENDC
  73.     IFLE    IOEXTPar_SIZE-IOEXTSER_SIZE
  74. pd_IOR0    rs.b    IOEXTSER_SIZE
  75. pd_IOR1    rs.b    IOEXTSER_SIZE
  76.     ENDC
  77. pd_TIOR    rs.b    IOTV_SIZE
  78. pd_IORPort    rs.b    MP_SIZE
  79. pd_TC    rs.b    TC_SIZE
  80. pd_Stk    rs.b    P_STKSIZE
  81. pd_Flags    rs.b    1
  82. pd_pad    rs.b    1
  83. pd_Preferences    rs.b    pf_SIZEOF
  84. pd_PWaitEnabled    rs.b    1
  85. pd_SIZEOF    rs.w    0
  86. PPCB_GFX    equ    0
  87. PPCF_GFX    equ    1<<0
  88. PPCB_COLOR    equ    1
  89. PPCF_COLOR    equ    1<<1
  90. PPC_BWALPHA    EQU    0
  91. PPC_BWGFX    EQU    1
  92. PPC_COLORGFX    EQU    3
  93. PCC_BW    EQU    1
  94. PCC_YMC    EQU    2
  95. PCC_YMC_BW    EQU    3
  96. PCC_YMCB    EQU    4
  97. PCC_4COLOR    EQU    $4
  98. PCC_ADDITIVE    EQU    $8
  99. PCC_WB    EQU    $9
  100. PCC_BGR    EQU    $a
  101. PCC_BGR_WB    EQU    $b
  102. PCC_BGRW    EQU    $c
  103.     rsreset
  104. PrinterExtendedData    rs.b    0
  105. ped_PrinterName    rs.l    1
  106. ped_Init    rs.l    1
  107. ped_Expunge    rs.l    1
  108. ped_Open    rs.l    1
  109. ped_Close    rs.l    1
  110. ped_PrinterClass    rs.b    1
  111. ped_ColorClass    rs.b    1
  112. ped_MaxColumns    rs.b    1
  113. ped_NumCharSets    rs.b    1
  114. ped_NumRows    rs.w    1
  115. ped_MaxXDots    rs.l    1
  116. ped_MaxYDots    rs.l    1
  117. ped_XDotsInch    rs.w    1
  118. ped_YDotsInch    rs.w    1
  119. ped_Commands    rs.l    1
  120. ped_DoSpecial    rs.l    1
  121. ped_Render    rs.l    1
  122. ped_TimeoutSecs    rs.l    1
  123. ped_8BitChars    rs.l    1
  124. ped_SIZEOF    rs.w    0
  125.     rsreset
  126. PrinterSegment    rs.b    0
  127. ps_NextSegment    rs.l    1
  128. ps_runAlert    rs.l    1
  129. ps_Version    rs.w    1
  130. ps_Revision    rs.w    1
  131. ps_PED    rs.w    0
  132.     ENDC
  133.  
  134.